
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
@babel/helper-simple-access
Advanced tools
Babel helper for ensuring that access to a given value is performed through simple accesses
The @babel/helper-simple-access package is designed to simplify the process of accessing properties on objects in a way that is compatible with the latest ECMAScript standards. It is particularly useful when working with Babel, a JavaScript compiler that allows developers to use next-generation JavaScript, today. This helper package provides functionalities to read and write properties in a manner that ensures the correct execution of getters/setters and adherence to the semantics of the ECMAScript specification.
Simplified Property Access
This feature allows for simplified access to object properties, ensuring that any getters/setters are correctly invoked.
import { simpleAccess } from '@babel/helper-simple-access';
const obj = { a: 1 };
simpleAccess(obj, 'a', true); // Simplified way to access property 'a' of obj
Safe Property Modification
Enables safe modification of object properties, ensuring that the property's setter, if any, is correctly invoked.
import { simpleAccess } from '@babel/helper-simple-access';
let obj = { a: 1 };
simpleAccess(obj, 'a', false, 2); // Safely modifies property 'a' of obj to 2
Similar in the ecosystem of Babel helpers, @babel/traverse allows for navigating through the AST (Abstract Syntax Tree) of a JavaScript program. While it provides more general functionalities for AST manipulation, @babel/helper-simple-access focuses specifically on simplifying property access within the code being transformed.
Lodash's get function is a utility that allows for safe access to object properties, even deep properties. Unlike @babel/helper-simple-access, lodash.get is not specifically designed for use with Babel or the transformation of JavaScript code but is a general-purpose utility for safe property access.
This package provides decorators and metadata reflection features for JavaScript. While it operates in a different domain by enabling metadata annotations and reflection, it shares the concept of enhancing language features for more expressive code, similar to how @babel/helper-simple-access enhances property access.
Babel helper for ensuring that access to a given value is performed through simple accesses
See our website @babel/helper-simple-access for more information.
Using npm:
npm install --save @babel/helper-simple-access
or using yarn:
yarn add @babel/helper-simple-access
v7.27.1 (2025-04-30)
babel-parser
babel-parser
, babel-types
babel-plugin-proposal-destructuring-private
, babel-plugin-proposal-do-expressions
, babel-traverse
babel-helper-wrap-function
, babel-plugin-transform-async-to-generator
babel-helper-remap-async-to-generator
, babel-plugin-transform-async-to-generator
babel-helper-fixtures
, babel-parser
babel-generator
, babel-parser
babel-parser
babel-compat-data
, babel-preset-env
babel-traverse
babel-generator
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
, babel-plugin-proposal-decorators
, babel-plugin-transform-arrow-functions
, babel-plugin-transform-class-properties
, babel-plugin-transform-destructuring
, babel-plugin-transform-object-rest-spread
, babel-plugin-transform-optional-chaining
, babel-plugin-transform-parameters
, babel-traverse
babel-runtime-corejs2
, babel-runtime-corejs3
, babel-runtime
regenerator-runtime
dep in @babel/runtime
(@nicolo-ribaudo)babel-compat-data
, babel-preset-env
babel-compat-data
, babel-standalone
babel-register
@babel/register
to cts (@liuxingbaoyu)babel-cli
, babel-compat-data
, babel-core
, babel-generator
, babel-helper-compilation-targets
, babel-helper-fixtures
, babel-helper-module-imports
, babel-helper-module-transforms
, babel-helper-plugin-test-runner
, babel-helper-transform-fixture-test-runner
, babel-helpers
, babel-node
, babel-parser
, babel-plugin-transform-modules-amd
, babel-plugin-transform-modules-commonjs
, babel-plugin-transform-modules-systemjs
, babel-plugin-transform-modules-umd
, babel-plugin-transform-react-display-name
, babel-plugin-transform-regenerator
, babel-plugin-transform-runtime
, babel-plugin-transform-typeof-symbol
, babel-plugin-transform-typescript
, babel-preset-env
, babel-register
, babel-standalone
, babel-types
babel-plugin-transform-regenerator
babel-helpers
, babel-plugin-transform-async-generator-functions
, babel-plugin-transform-regenerator
, babel-preset-env
, babel-runtime-corejs3
babel-helpers
, babel-plugin-transform-regenerator
babel-helpers
babel-helpers
, babel-plugin-transform-modules-commonjs
, babel-runtime-corejs3
interopRequireWildcard
size (@liuxingbaoyu)babel-helpers
, babel-plugin-transform-async-generator-functions
, babel-plugin-transform-regenerator
, babel-preset-env
, babel-runtime-corejs3
regeneratorRuntime
size (@liuxingbaoyu)FAQs
Babel helper for ensuring that access to a given value is performed through simple accesses
The npm package @babel/helper-simple-access receives a total of 14,758,244 weekly downloads. As such, @babel/helper-simple-access popularity was classified as popular.
We found that @babel/helper-simple-access demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.